home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / parasite-x.swf / scripts / frame_43 / PlaceObject3_129_57 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-10-17  |  478b  |  24 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.gamepaused == 1)
  3.    {
  4.       _root.delay = 0;
  5.    }
  6.    if(_root.firerate > 5000)
  7.    {
  8.       _root.firerate = 5000;
  9.    }
  10.    _root.time1 += 1;
  11.    _root.houres += 1;
  12.    if(_root.lives <= 0)
  13.    {
  14.       _root.gotoAndPlay(44);
  15.    }
  16.    follow(_root.bad._x,_root.bad._y);
  17.    if(_root.gamepaused == 0)
  18.    {
  19.       _X = _X + xmove;
  20.       _Y = _Y + ymove;
  21.       _rotation = 180 * Math.atan2(ymove,xmove) / 3.141592653589793;
  22.    }
  23. }
  24.